home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
applications
/
patch
/
sc655pch.lha
/
mount
/
smakefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-01-11
|
198 b
|
12 lines
all: test testv37
test: test.o mount.o
sc link test.o mount.o to test
testv37: test.o mountv37.o
sc link test.o mountv37.o to testv37
test.o: test.c
mount.o: mount.c
mountv37.o: mountv37.c